-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: replace structopt with clap #1007
Conversation
cccdde2
to
c8f07ab
Compare
@ehuss friendly ping! |
See TeXitoi/structopt#525. Currently git2 is the most downloaded dependent of structopt: https://crates.io/crates/structopt/reverse_dependencies.
@ehuss ping. |
@epage can you merge it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks! Would it be possible to cut a patch release? |
Can you say more about what you are looking for in a new release? I don't expect people are using the examples directly, and it shouldn't have any impact on the git2-rs library. |
Ah, it's a dev dependency. My mistake. The only thing a release would do is remove git2-rs from the rankings. |
See TeXitoi/structopt#525.
Currently git2 is the most downloaded dependent of structopt:
https://crates.io/crates/structopt/reverse_dependencies.